go/types.Checker.multiExpr (method)
4 uses
go/types (current package)
assignments.go#L439: rhs, commaOk := check.multiExpr(orig_rhs[0], l == 2 && returnStmt == nil)
assignments.go#L503: rhs, commaOk := check.multiExpr(orig_rhs[0], l == 2)
call.go#L339: xlist, _ = check.multiExpr(elist[0], false)
expr.go#L1244: func (check *Checker) multiExpr(e ast.Expr, allowCommaOk bool) (list []*operand, commaOk bool) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)